net.sf.webphotos.entity
Class PhotoEntity

java.lang.Object
  extended by net.sf.webphotos.entity.PhotoEntity
All Implemented Interfaces:
Comparable<IsPhoto>, IsPhoto
Direct Known Subclasses:
PhotoDTO, PhotoVO

public abstract class PhotoEntity
extends Object
implements IsPhoto

Author:
Guilherme

Field Summary
 
Fields inherited from interface net.sf.webphotos.entity.IsPhoto
BY_KEY_ASCENDING, BY_KEY_DESCENDING
 
Constructor Summary
PhotoEntity()
           
 
Method Summary
 int compareTo(IsPhoto o2)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.webphotos.entity.IsPhoto
getCreditos, getKey, getLegenda
 

Constructor Detail

PhotoEntity

public PhotoEntity()
Method Detail

compareTo

public int compareTo(IsPhoto o2)
Specified by:
compareTo in interface Comparable<IsPhoto>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2008-2012. All Rights Reserved.